Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit dda8a58bb39954844f6f6ce60d31389db9d03e56


Parents : 162d7c1
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-04T12:42:29-06:00

fix(rncp): update eslint comments to enable linting for v-html usage in RNCPPage component

Changes

1 files changed, 2 insertions(+), 3 deletions(-)


Diff

diff --git a/meshchatx/src/frontend/components/rncp/RNCPPage.vue b/meshchatx/src/frontend/components/rncp/RNCPPage.vue
index 7ba3af8e..21227b84 100644
--- a/meshchatx/src/frontend/components/rncp/RNCPPage.vue
+++ b/meshchatx/src/frontend/components/rncp/RNCPPage.vue
@@ -25,21 +25,20 @@
{{ $t("rncp.usage_steps") }}
</div>
<div class="space-y-1.5">
- <!-- eslint-disable-next-line vue/no-v-html -->
+ <!-- eslint-disable vue/no-v-html -->
<p
class="text-xs text-blue-800/80 dark:text-blue-300/80 leading-relaxed"
v-html="renderMarkdown($t('rncp.step_1'))"
></p>
- <!-- eslint-disable-next-line vue/no-v-html -->
<p
class="text-xs text-blue-800/80 dark:text-blue-300/80 leading-relaxed"
v-html="renderMarkdown($t('rncp.step_2'))"
></p>
- <!-- eslint-disable-next-line vue/no-v-html -->
<p
class="text-xs text-blue-800/80 dark:text-blue-300/80 leading-relaxed"
v-html="renderMarkdown($t('rncp.step_3'))"
></p>
+ <!-- eslint-enable vue/no-v-html -->
</div>
</div>
</div>


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────